Welcome![Sign In][Sign Up]
Location:
Search - linux dir

Search list

[Linux-Unixtrav-dir.c

Description: 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
Platform: | Size: 7167 | Author: 车诗 | Hits:

[Linux-Unixlinux

Description: 本程序通过系统调用stat读出文件大小属性,并显示输出。 linux文件系统调用 编译命令:cc dir.c 运行命令:./a.out
Platform: | Size: 2031 | Author: qiufengy | Hits:

[Linux-Unixtrav-dir.c

Description: 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。 -This document is in linux, UNIX, or Cygwin implementation of the following compiler, gcc-o filename.c can. Their main role is to traverse the directory, according to the command line parameters can be achieved in document features such as copy files to view. Can list any one time than the update files and copy to another directory, and to maintain the directory structure does not change. Can also be out only a directory name, or simply set out a line extension of the file name. You can print file information. If users often need to back up a directory of all the following new document, then this tool very effective.
Platform: | Size: 7168 | Author: 车诗 | Hits:

[Linux-UnixLinuxDOS

Description: 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 2.列目录时要列出文件名,物理地址,保护码和文件长度。 3.源文件可以进行读写保护。 -Linux system design for a simple two file system. Requirements do the following : 1. Can be achieved following several commands : login users logged out dir directory create founding documents, delete delete the file open fight Close the file was opened close reading paper documents read write two papers to write. Contents out to be listed name, physical address, the protection code and document length. 3. Source document can read and write protection.
Platform: | Size: 31744 | Author: | Hits:

[Linux-Unixlinux

Description: 本程序通过系统调用stat读出文件大小属性,并显示输出。 linux文件系统调用 编译命令:cc dir.c 运行命令:./a.out-This procedure stat through the system call to read out the file size attribute, and display output. linux file system commands invoke the compiler: cc dir.c run the command:./a.out
Platform: | Size: 2048 | Author: qiufengy | Hits:

[Technology ManagementLinux1

Description: Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行。 2 目录切换 – cd : cd dir #切换到当前目录下的dir 目录; cd / #切换到根目录; cd .. #切换到到上一级目录。 3 复制 – cp : cp source target #将文件source 复制为 target; cp /root/source . #将/root 下的文件source 复制到当前目录; cp –av soure_dir target_dir #将整个目录复制,两目录完全一样; cp –fr source_dir target_dir #将整个目录复制,并且是以非链接方式复制,当source 目 录带有符号链接时,两个目录不相同。 4 删除 – rm : -err
Platform: | Size: 6144 | Author: | Hits:

[Linux-UnixJD11111

Description: 为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -LINUX design for a simple 2 file system. Request do the following: one, you can realize the following few commands Dir list Login User Login Create file directory create a file delete Delete file Open file Open File Close Close Reading paper Read Write Write document 2, the time to list out the directory file name , physical address, the length of protection of code and documentation. 3, source files can be read and write protection.
Platform: | Size: 265216 | Author: CLJ | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。-In Linux system using the Socket interface FTP client and server process, so that the client can connect to servers, and FTP can also conduct some of the basic operation. Client and server command channel and data channels need to be separated from support for the following FTP command: get: get a file from afar put: the distance to a file pwd: display the distance the current directory dir: lists the current remote directory cd: changes the distance the current directory? : Display command quit: exit to return! Dir, set out in the local current directory.
Platform: | Size: 4096 | Author: Draco | Hits:

[Linux-Unixdir

Description: 一个小程序,遍历linux系统下所有目录。包括编译用makefile-A small procedure, traverse all the directories under linux system. Including the compiler to use makefile
Platform: | Size: 7168 | Author: kimengng | Hits:

[Windows Developwjxt

Description: :为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 -: In order to design a simple LINUX file system 2. Request do the following: 1, can be achieved following a few commands (at least 4). Login User Login Create directory Dir column Delete delete the file create a file to open the file Open Close document Close Reading paper Read Write Write document
Platform: | Size: 375808 | Author: 流水 | Hits:

[Shell apishell1

Description: 实现基本的Linux命令,如clr、dir、ls、environ-The realization of the basic Linux commands, such as clr, dir, ls, environ, etc.
Platform: | Size: 1024 | Author: Superman | Hits:

[File Operateos-design

Description: linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
Platform: | Size: 224256 | Author: 王宝全 | Hits:

[OS Developlab1

Description: Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other than an order through the system call fork and exec to create the realization of sub-process
Platform: | Size: 3072 | Author: 陈忠俊 | Hits:

[Linux-UnixLinux.tar

Description: linux下命令大全,各种命令的详细解释,比如rm,dir,等等。-Guinness under linux command
Platform: | Size: 356352 | Author: 李西溪 | Hits:

[Linux-UnixDISK

Description: C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件-C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do the following: 1. Can be achieved following a few commands: login Login create directory dir create a file list delete delete files open document open document close Close Reading paper read write write file
Platform: | Size: 4260864 | Author: 陈观民 | Hits:

[Linux-Unixftp

Description: 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the following commands: 1.? Show FTP commands 2.pwd shows the path of 3.dir client list client' s file information 4.cd to change the path of the client 5.put upload a file to download a file 7.quit end 6.get, exit FTP
Platform: | Size: 76800 | Author: fukker | Hits:

[Windows Developopendir

Description: 读取目录操作,在linux下使用opendir操作目录,在windows下使用findfirst和findnext操作目录。-open dir
Platform: | Size: 1024 | Author: james | Hits:

[Linux-Unixsourcecode

Description: 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 2.列目录时要列出文件名,物理地址,保护码和文件长度 3.源文件可以进行读写保护 -It is used for Linux.
Platform: | Size: 18432 | Author: 高飞 | Hits:

[Linux-Unixcfz

Description: 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源代码格式规范,注释不少于三分之一4、设计合适的测试用例,对得到的运行结果要有分析,5、设计中遇到的问题,设计的心得体会6、提交完整程序代码、课程设计报告及相关文档可实现下列命令操作:login dir create delete open close read write cd exit help cls attrib-【Title】 design Linux 2 File System Design and Implementation 【development language platforms or experimental environment】 C++/VC++ 【】 to understand the design requirements Linux file system organization grasp common data structure system uses two directories, which corresponds to the first level user account, the first 2 corresponds to the files under the user account use the file to simulate the external memory, data structure design and operation of the algorithm designed to achieve a File systems, and basic file operations (for simple file system, regardless of file sharing, file system security and pipeline documents Documents and equipment and other special content). Requirements: 1, each part of the program design and analysis must be detailed in note 2, for each program execution Steps have to be specific tips content or output 3, the source code format specification, not less than one-third of the Notes 4, design appropriate test cases, The results have been oper
Platform: | Size: 5120 | Author: 王跃 | Hits:

[Shell apishell

Description: 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
Platform: | Size: 3072 | Author: llm | Hits:
« 12 3 »

CodeBus www.codebus.net